home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / konversation / README.scripts < prev    next >
Text File  |  2008-08-21  |  2KB  |  56 lines

  1. Here are some scripts that can help you in everyday life with konvi.
  2.  
  3. They are usually put in ~/.kde/share/apps/konversation/scripts/ and executed by
  4. typing /exec <scriptname> in konversation.
  5.  
  6. Since scripts are executed by system, they should have 'executable' flag on.
  7. This is most easily achieved by running chmod +x <scriptname>
  8.  
  9. Please add descriptions here as new scripts appear:
  10.  
  11. bug        Opens up konqueror with kde bugzilla on specified bug number.
  12.         usage: /bug 65090
  13.  
  14. gauge        Displays funny "beer load" meter. Author: Eisfuchs, Idea: berkus.
  15.                 usage: /gauge 55
  16.  
  17.  
  18. uptime          Displays the system uptime on the current channel.
  19.                 usage: /uptime
  20.  
  21. fortune         Displays a random fortune cookie
  22.         usage: /fortune
  23.  
  24. kdeversion    Displays the Qt/KDE version.
  25.         usage: /kdeversion
  26.  
  27. cmd        Prints the output of a given command.
  28.         usage: /cmd command
  29.  
  30. sayclip         Prints the contents of the clipboard on the current channel 
  31.                 with flood protection.  Klipper must be running.
  32.                 usage: /sayclip [pause-time]
  33.  
  34. weather         Displays current weather using KWeather applet.
  35.         usage: /weather
  36.  
  37. colorizer       Randomly colorizes the message.
  38.         usage: /colorize message
  39.  
  40. media        Plays the currently played media.
  41.         Supports amaroK,JuK,Noatun,Kaffeine
  42.         Usage: /media
  43.  
  44. mail        Print the number of unread emails in your inbox folder in
  45.         kmail.  Kmail or kontact must be running.
  46.         Usage: /mail [folder-substring]
  47.  
  48. google        Use Google services
  49.         Usage: /google (--search) <query> # Search <query> in Google
  50.                /google --spell <word> # Spellcheck <word> using Google
  51.                /google -b|--browser <query> # Launch konqueror with google search for <query>
  52.  
  53. qurl            Display a short version of the url using qurl.net
  54.                 Requires Ruby.
  55.         usage: /qurl http://some.very.long.url.com/
  56.